From 3701b505aa8ce5435095a97b17c94d468f5c566a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Fri, 16 Oct 2020 16:16:21 -0300 Subject: [PATCH] Remove qt5-default from build dependencies (Closes: #972164). --- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/rules | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 45313ba7c..91a38572c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gpsbabel (1.7.0+ds-6.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Remove qt5-default from build dependencies (Closes: #972164). + - Replace it with qtbase5-dev, which is the appropriate one. + - Export QT_SELECT := qt5 to let qtchooser use the right Qt version. + + -- Lisandro Damián Nicanor Pérez Meyer Fri, 16 Oct 2020 16:13:13 -0300 + gpsbabel (1.7.0+ds-6) unstable; urgency=medium * Set TZ for tests diff --git a/debian/control b/debian/control index 93705fdaf..dc0879352 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), libxml2-utils, libusb-1.0-0-dev, zlib1g-dev, libshp-dev, - qt5-default, + qtbase5-dev, qtwebengine5-dev [amd64 arm64 armhf i386 mipsel], qttools5-dev-tools, imagemagick, diff --git a/debian/rules b/debian/rules index 55ead870b..d896a5458 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export QT_SELECT := qt5 + %: dh $@ -- 2.30.2